home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1353.dms / var1353.adf / TEXTPLUS / TPP501.lha / TPP / Rexx / SDVItoFront.tpl < prev    next >
Text File  |  1992-05-02  |  228b  |  8 lines

  1. /* Brings the previewer "ShowDVI" to frontmost screen */
  2.  
  3. IF SHOW('P', 'showdvi') THEN
  4.         ADDRESS "showdvi" tofront
  5.         ADDRESS "showdvi" activate
  6.         END
  7. ELSE ADDRESS 'TextPlus' 'Display' 'ShowDVI is not running.'
  8.